Skip to content

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!)

@PedroTroller PedroTroller self-assigned this Oct 18, 2024
@FlorianQgb FlorianQgb removed their assignment Mar 31, 2025
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.

4 participants