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

Allow S3 File Metadata object to be passed in request #76

Open
mbruning24 opened this issue Nov 4, 2016 · 0 comments
Open

Allow S3 File Metadata object to be passed in request #76

mbruning24 opened this issue Nov 4, 2016 · 0 comments

Comments

@mbruning24
Copy link

mbruning24 commented Nov 4, 2016

It would be awesome if we could supply our own list of metadata headers that would be sent using the [X-AMZ-META-*] headers in the http request. That way, if we have case-specific data that is useful for performing s3-generated lambda functions or SQS/SNS events (for example, data about the user uploading the file, etc) there is an easy way to add those extra data points to the object being uploaded.

The XHR object appears to allow additional headers, so I imagine it wouldn't be too hard to extend that capability to the Uploader object? Unless I've missed something...

Note I'm an idiot and completely worded my question like a dolt. So this is the edited version :)

@mbruning24 mbruning24 reopened this Nov 4, 2016
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

No branches or pull requests

1 participant