Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tags support for S3 objects #651

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LouisGarret
Copy link

@LouisGarret LouisGarret commented Oct 7, 2021

Hello,

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

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

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). ❗

@Nyholm

Have a great day!

Copy link
Contributor

@Nek- Nek- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, thank you very much for trying to help to improve Gaufrette.

I have to admit that I do not understand your feature: you can already specify the option Tagging in the constructor of the class. Is there maybe a bundle issue?

(also please provide a test!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants