Gaufrette icon indicating copy to clipboard operation
Gaufrette copied to clipboard

Add tags support for S3 objects

Open LouisGarret opened this issue 2 years ago • 0 comments

Hello,

Problem: There is no easy way to add tags to S3 objects during upload :worried:

Solution: I facilitated tag adding by transforming an array of tags into a query string (format supported by AWS). :smile:

Ex:

  • Input: ['public' => 'yes', 'private' => 'no']
  • Output: public=yes&private=no

Can you tag the person who is in charge of AWS S3 ? I can't find him (his account no longer exist). :exclamation:

@Nyholm

Have a great day!

LouisGarret avatar Oct 07 '21 13:10 LouisGarret