Questions tagged [s3-object-tagging]
11 questions
3
votes
2 answers
S3 Lifecycle Policy Delete All Objects WITHOUT A Certain Tag Value
While reading over this S3 Lifecycle Policy document I see that it's possible to delete an S3 object containing a particular key=value pair e.g.,
key
…

Kyle Bridenstine
- 6,055
- 11
- 62
- 100
2
votes
1 answer
S3 Batch Operation : object tagging fails when created via batch operation ui
While creating a batch job to tag all the objects in a manifest file, I get the following error
"The job report could not be written to your report bucket. Please check your permissions"
I am using the same bucket for reports as well.
Also, I have…

Prabhakar Shanmugam
- 5,634
- 6
- 25
- 36
1
vote
1 answer
AWS S3 Lifecycle Rule Not Taking Effect
I have a bucket with about 23 million objects in and each of these objects has a prefix e.g. 5f930e87b0f83/ where 5 or 6 objects share the same prefix. Some of the objects are a number of years old. The bucket is not versioned.
I've set up a…

olliefinn
- 587
- 4
- 16
1
vote
1 answer
Deleting S3 objects with arbitrary tag-value
I naively tagged S3 objects with a common key, but arbitrary values (a UUID per batch), believing it would be "easy enough" to go back and delete every object with the specified tag.
So far, my testing suggests that if I specify a lifecycle rule…

Dave F
- 11
- 1
1
vote
1 answer
Use AWS Athena To Query S3 Object Tagging
Is it possible to use AWS Athena to query S3 Object Tagging? For example, if I have an S3 layout such as…

Kyle Bridenstine
- 6,055
- 11
- 62
- 100
0
votes
1 answer
Tagging S3 bucket object Issue
I am trying to add tags to existing object in S3 bucket using Lambda. Lambda has IAM role permission to add tags to bucket object, however simple python code to get_object_tagging is working but put_object_tagging is not working.
client =…

snowcoder
- 481
- 1
- 9
- 23
0
votes
1 answer
S3 file added including some tags. S3:ObjectTagging:Put event is also triggered?
when an S3 file is added to a bucket including some tags createObject event is triggered. What about s3:ObjectTagging:Put , is also triggered ?
I am thinking of implementing some workflow bases on tags handling and want to track file from beginning…

Maipucino
- 1
- 1
- 1
0
votes
0 answers
s3object query returns no result for empty field where clause
I'm trying run a query with blank field where clause but it returns no result but with any values same query works fine
Query working fine :
SELECT s3o.Id,s3o.Name,s3o.City FROM s3object s3o WHERE s3o.City = 'Toronto'
But when I try to get result…
0
votes
2 answers
Expand Python Tkinter Object Types
There is this question to discover existing types:
Getting Python Tkinter Object Type
However I've just developed tooltips (balloons) I've assigned to some buttons and would like to be able to recall all of them as a unique type. Also down the…

WinEunuuchs2Unix
- 1,801
- 1
- 17
- 34
0
votes
1 answer
Ruby merge two arrays in specific order
I'm trying to create the "TagSet" for aws put-object-tagging with the s3api cli from a json object. I've parsed the json in to hash and that's about the most success I've had getting to that end goal.
sample json:
{ "key1": "value1", "key2":…

user3573036
- 3
- 4
0
votes
1 answer
AWS LAMBDA S3 Glacier - how to retrieve S3 Object if its storage Class is in Glacier
I was trying to download the file using Lambda NodeJS.
It is working fine.. but when ever we download a file which is in a GLACIER storage class it ends up having an error..
I have been looking on how to get the attributes of the object from…

bunnypiglet6211
- 1
- 1