The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How can I configure my S3 connection to read? (I don't have access to whole bucket, just to the fol
Hey Everyone,
as I tried to ask in Question space above...
I need to create a connection between RM and S3. I have done it before, but I have had full access to the bucket.
Now, I need to read datasets from a folder inside a bucket, but I don't have full visibility/permission of it. So, How can I indicate to RM to connect to this specific folder inside bucket? Is there any way to do it?
0
Best Answer
-
kayman Member Posts: 662 UnicornWith the loop Amazon S3 operator you can simply add the full path to the folder parameter field (/mybucket/my_folder/my_subfolder) . This will do whatever you want with the files inside of the S3 bucket folder.
But the server/machine running the process does need to have access to this folder, otherwise it will not work of course.2
Answers
thanks for your feedback, there is already an existing feature request for this, if you know the path you can also use it in the other S3 operators like Read or Write, just the file browser and Connection check won't work.
Greetings,
Jonas
First of all, I'd like also to thank you for helping me