s3fs 8.x-3.3

Bug fixes
New features

D10.1 Support

Contributors (1)

cmlara

CSS/JS Changes in Drupal Core 10.1

Drupal Core 10.1 has moved CSS and JS aggregation storage to the "assets://" streamWrapper. This means that in the latest versions of Drupal aggregated CSS and JS files will no longer be stored in the S3 bucket.

Changelog

Issues: 2 issues resolved.

Changes since 8.x-3.2:

s3fs 8.x-3.1

Bug fixes
New features
Insecure

D10 support + bugfix

Contributors (4)

cmlara, n4r3n, Project Update Bot, joncjordan

Changelog

Issues: 3 issues resolved.

Changes since 8.x-3.0:

s3fs 8.x-3.0

Bug fixes
Insecure

Stable 3.0 release

Contributors (1)

cmlara

Changelog

Issues: 1 issues resolved.

Changes since 8.x-3.0-rc2:

Bug

  • #3320606: False Positive/Negative from preventCrossSchemeAccess()

s3fs 8.x-3.0-rc2

Bug fixes
Insecure

Regression of SA-CONTRIB-2022-057 + 1 additional bugfix

Contributors (1)

cmlara

Changelog

Issues: 2 issues resolved.

Changes since 8.x-3.0-rc1:

s3fs 8.x-3.0-beta7

Bug fixes
Insecure

The module doesn't sufficiently prevent file access across multiple filesystem schemes stored in the same bucket.

See S3 File System - Moderately critical - Access bypass - SA-CONTRIB-2022-057 for more information.

s3fs 7.x-3.0-alpha3

Bug fixes

This module enables you to utilize S3-compatible storage as a Drupal filesystem.

The module doesn't sufficiently prevent file access across multiple filesystem schemes stored in the same bucket.

This vulnerability is mitigated by the fact that an attacker must obtain a method to access arbitrary file paths, the site must have public or private takeover enabled, and the file metadata cache must be ignored.

s3fs 7.x-2.14

Security update

This module enables you to utilize S3-compatible storage as a Drupal filesystem.

The module doesn't sufficiently prevent file access across multiple filesystem schemes stored in the same bucket.

This vulnerability is mitigated by the fact that an attacker must obtain a method to access arbitrary file paths, the site must have public or private takeover enabled, and the file metadata cache must be ignored.

s3fs 8.x-3.0-beta6

Bug fixes
New features
Insecure

Security fixes for Drupal SA-CORE-2022-012

Contributors (3)

cmlara, darvanen, Bladedu

Changelog

Issues: 2 issues resolved.

Changes since 8.x-3.0-beta5:

s3fs 8.x-3.0-beta5

Bug fixes
Insecure

Compatibility with AWS SDK >= 3.228.0 + other bugfixes

s3fs 8.x-3.0-beta4

Bug fixes
Insecure

Drupal 9.3 compatibility release.
All sites running D9.3 must run this release (8.x-3.0-beta4) or newer.

Contributors (5)

stevenlafl, darvanen, cmlara, b_sharpe, Marijan Gudelj

s3fs 8.x-3.0-beta3

Bug fixes
Insecure

Beta 3 bugfix release
The majority of these are minor edge case bugs.

The biggest issue solved is for those using path based endpoints config validation would fail in 8.x-3.0-beta2 (#3225789).

The remaining 4 bugfixes would have minor impact.

s3fs 8.x-3.0-beta2

Bug fixes
Insecure

Beta2 Bugfix release

This release fixes a significant bug in beta1 where upload_as_private was not being honored causing the release to break on buckets that have BlockPublicACL enabled.

Contributors (3)

cmlara, yijiang, Darvanen

Changelog

Issues: 1 issues resolved.

s3fs 8.x-3.0-beta1

Bug fixes
New features
Insecure

First beta release

This release contains bufixes and features.

Any remaining open bug reports are regarding limitations in Drupal Core, limitations of the SDK, or are caused by other modules.

This release is believed to be stable and ready for final testing prior to a formal stable release.

s3fs 8.x-3.0-alpha17

Bug fixes
New features
Insecure

Improved D9 compatibility, general enhancements and general bugfixes.

This release aims to primarily fix known issues inside of S3FS. This release does not fix all known issues however it is believed this release improves on alpha16, especially as it relates to D9, to justify publication while work continues on the rest of the issue queue.

The issues not included in this fix appear to be primarily related to metadata cache rebuild, file migration and less common bugs. Development will continue on known issues.

A cache rebuild should be performed after deploying this code as this release makes changes to existing services declarations and adds additional services. More information on steps to rebuild the cache can be found in the Clearing the Cache Guide.

s3fs 8.x-3.0-alpha15

Issue #2915322 by mikeryan, semjuel, aguilarm, firewaller, scaldinglake, jansete: Image styles: Error generating image, missing source file
Issue #3106533 by jkswoods, sidharthap, jansete: Drupal 9 Deprecated Code Report
Issue #3111978 by pajor, jansete: Provide a way to alter configuration

s3fs 8.x-3.0-alpha14

Bug fixes
New features
Insecure

Issue #3022288 by rlhawk, francescoben, douggreen: Support path-style endpoints
Issue #2978948 by Dylan Donkersgoed, jansete: Drush 8 command does not respect scheme option
Issue #2974302 by valic, bandanasharma: [README.txt] Image styles issues on Nginx web server
Implements upload as private.

s3fs 7.x-2.13

Bug fixes
New features
Insecure

Issue #3016824 by nrackleff: Notice: Undefined index: s3fs_use_versioning
Issue #2981730 by ron_s: Copy system images to S3 when rendering direct paths to CSS/JS files
Issue #2969063 by ron_s: Allow domain name to map directly to root path

s3fs 7.x-2.12

Bug fixes
Insecure

Issue #2998618: Reverted the AWS Secret Key field back to a textfield.
Issue #2996206 by eddie_c: each() deprecated in PHP 7.2 : Port patch from D8 to D7
Issue #2900237 by eddie_c: PDOException: SQLSTATE[22001]: String data, right truncated
Issue #2983481: Updated the list of available S3 Regions in the settings.
Issue #2979162 by lambic: Add Canada to region list

s3fs 8.x-3.0-alpha13

Bug fixes
Insecure

Issue #2984134 by phjou: Add missing new regions in settings form
Issue #2972251 by mikeryan and jansete: "s3fs_file" table has no primary key

s3fs 7.x-2.11

Bug fixes
New features
Insecure

Issue #2884388: Fixed broken stream_stat() method in S3fsStreamWrapper.
Issue #2886878 by Lams: "Refresh file metadata cache" fails in MySql 5.7.5+
Issue #2632082: Bugfix for VersionId=='null'.
Issue #2957905 by ckitchens: Conditional Authorization for a Multi-Site / Single S3 Bucket Environment
Issue #2958566 by ckitchens, coredumperror: Allow S3 Versioning as a Configurable Option
Issue #2974070 by ron_s: Option to block access to S3 URLs if using a domain name

s3fs 8.x-3.0-alpha12

Batch integration (Drush and UI compatible) to improve migrate files performance.
Use new Messenger service instead deprecated drupal_set_message().
Drush 9 port commands.

s3fs 8.x-3.0-alpha10

Bug fixes
Insecure

Important issue:
Issue #2772721 by jansete, MickeA, Berdir, geerlingguy, naveenvalecha, chrowe: Use Settings for AWS S3 secret_key and access_key instead of config system. You must move your secret_key and access_key from $config or settings form to $settings.

Example:
$config['s3fs.settings']['access_key'] now is $settings['s3fs.access_key']
$config['s3fs.settings']['secret_key'] now is $settings['s3fs.secret_key']

s3fs 8.x-3.0-alpha8

Validate configuration in Actions administration form instead in every streamwrapper call. This is a performance update.

s3fs 8.x-3.0-alpha7

Bug fixes
Insecure

Fix AdvAgg bug for local environments that no use S3fs but module is enabled.

s3fs 8.x-3.0-alpha5

Bug fixes
Insecure

Issue #2861975 by wouters_f, skek, jansete, joelfp, raymond880824: Implements image style generation like Drupal 7
Issue #2878923 by id.tarzanych, didaka, George Bills: S3FS works wrong if there are more than 1000 files in a bucket

s3fs 8.x-3.0-alpha4

Solve image styles generation when redirect module is enabled.

s3fs 8.x-3.0-alpha3

Bug fixes
Insecure

Issue #2865254 by wouters_f: smal ux change for the s3 settings
Issue #2866256 by jansete, raymond880824: After login the sites, some image cannot display in the website
Issue #2866314 by jansete: Notice: Undefined index: use_instance_profile en Drupal\s3fs\S3fsService->getAmazonS3Client()
Get correct s3fsMetadata.
Simplify admin route checking.
Avoid exceptions in administration pages.
Fix interface typing.
Issue #2863781 by nachosalvador: Coding standards S3fsStream
Issue #2863757 by nachosalvador: Coding standards S3fsService

s3fs 8.x-3.0-alpha2

Bug fixes
New features
Insecure

The most important feature is the new callback for generating image styles like Drupal 7.

s3fs 8.x-3.0-alpha1

Bug fixes
Insecure

Issue #2860159 by jansete: Exception in admin/config/media/file-system when s3fs is enabled but not configured
Issue #2860160 by jansete: Fix CSS static urls only if use_s3_for_public is enabled

s3fs 8.x-3.0-alpha0

The main features of 7.x-2.x and 7.x-3.x branches are ported to Drupal 8 and the most important issues are solved. We will resolve issues, add tests and review performance to get beta version.

s3fs 7.x-2.10

Bug fixes
Insecure

PLEASE NOTE: If you installed 2.9 and ran a database update, your s3fs_awssdk2_use_instance_profile variable may be set wrong. Please double check its value by going to
admin/config/media/s3fs and confirming that the "Use EC2 Instance Profile Credentials" checkbox has the value you expect.

As 2.10 is coming out as an emergency fix for 2.9 less than a day later, I'm repeating the patch notes from 2.9 here:

s3fs 7.x-2.9

Bug fixes
Insecure

Issue #2853778 by jansete: Config form does not display region "EU - London (eu-west-2)"
Issue #2821971 by prince_zyxware, jansete: Fix coding standard - spacing issues
Issue #2851983: Removed the largely pointless cache for s3fs_file table reads.
Issue #2858314: Corrected rmdir()'s improper SQL queries.

s3fs 8.x-3.x-dev

Now we are working of this branch that matches with aws sdk version, the 8.x-2-x won't be supported.

s3fs 8.x-2.0-alpha1

Bug fixes

Issue #2771979 by minakshiPh, chrowe, jansete, naveenvalecha: Update Readme.txt instructions for drupal 8
Issue #2854321 by jansete: Move _s3fs_convert_metadata to S3fsStream class
Issue #2854304 by jansete: Replace deprecated methods and functions
Issue #2854294 by jansete: Replace deprecated check_url by UrlHelper::filterBadProtocol()
Issue #2812747 by rhett.prichard, jansete: drush s3fs-copy-local can not find the exception class?
Issue #2854039 by jansete: Replace deprecated drupal_dirname by \Drupal::service('file_system')->dirname()

s3fs 7.x-2.8

Bug fixes
Insecure

Issue #2843639: Clarified the "Don't rewrite CSS/JS file paths" setting's description.
Issue #2630466 by mshade: documented nginx configuration throws 502 gateway error
Issue #2849510 by zaphoyd: Add support for Ohio/us-east-2 region

Caching of instance profile credentials now actually works. Caveat: you now have to actually configure it properly.

WARNING

Read the full patch notes if you use EC2 Instance Profile Credentials.

s3fs 7.x-2.7

Bug fixes
New features
Insecure

Issue #2825806: Wrong bucket policy example in README.
Issue #2833958 by Shashwat Purav: Add Asia Pacific (Mumbai) Region.
Issue #2833981 by Shashwat Purav, krina.addweb: Remove extra single quote from README.txt
Issue #2826372: The new stream_metadata() API is now implemented.
Issue #2464031 by FluxSauce, catbear: Add support for very large object counts

s3fs 7.x-3.0-alpha0

New features

#2496033 by steel-track: Refactored the module to use AWS SDK v3. Also, refactored the stream wrapper to inherit from the AWS SDK's S3 streamwrapper wherever possible.

s3fs 7.x-3.x-dev

New features

#2496033 by steel-track: Refactored the module to use AWS SDK v3. Also, refactored the stream wrapper to inherit from the AWS SDK's S3 streamwrapper wherever possible.

s3fs 7.x-2.6

Bug fixes
New features
Insecure

Issue #2803121: Added support for the Seoul region.
Issue #2724389: Added option to upload new image derivatives, instead of redirecting.
Issue #2549161: S3fsStreamWrapper.mkdir() now trims trailing slashes.
Ending slashes are now trimmed off of folders at import time.
Removed unused target_folder variable from _s3fs_copy_file_system_to_s3()

s3fs 8.x-2.0-alpha0

First Alpha release.
In the next releases it will include the features that has not yet ported in d8.
Follow the meta issue https://www.drupal.org/node/2568589

Pages

Subscribe with RSS Subscribe to Releases for S3 File System