bucket_object
Table to manage the objects associated to an S3 bucket. To store your data in Amazon S3, you work with resources known as buckets and objects. A bucket is a container for objects. An object is a file and any metadata that describes that file.
Objects can only be listed and deleted, will need to be uploaded using an specific RPC method
See
https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingObjects.html
Columns
• Optional
bucket: bucket
Reference for the bucket containing this object
• bucket_name: string
Name of the bucket containing this object
• Optional
e_tag: string
Hash for the object
See
https://docs.aws.amazon.com/AmazonS3/latest/API/API_Object.html
• key: string
Key to identify this specific object
• region: string
Region for the S3 object