I used S3Connector to upload a file to a S3 bucket which has versioning enabled. I uploaded three files to the same bucket, and I can see the three version IDs in the AWS console. Can I retrieve the version ID of the latest upload? Can I download the file of a specific version?
Solved
Can FME read AWS S3 file version ID?
Best answer by aguan
aguan wrote:
@nampreetatsaft, yet I just voted for this idea post. I have a python script that can retrieve the version, will try using PythonCaller, and maybe HTMLCaller. Thanks for the help.
Using boto3 python module, which fortunately comes with FME, I successfully retrieved S3 version ID in a PythonCaller.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.