You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the upload function (FilestackClient->upload($filepath, $options )) we can pass option array as the second parameter with many options. As I understand 'path' is one of the available options according to docs which set the path inside the s3 bucket.
Issue :
But no matter what you set with the option['path'] the uploads always end up in the root of the s3 bucket.
"version": "1.1.12"
The text was updated successfully, but these errors were encountered:
+1 thanks. this is a bit annoying as our web picker allows it, but our sdk scripts don't, which means we have some files in one folder, and other files in another folder...
Hi was this ever resolved? I can't figure out as well how to set my specific AWS folder. Also, I am finding the final uploaded filename is the KEY rather than the filename I have set.
Hi,
In the
upload
function (FilestackClient->upload($filepath, $options )
) we can pass option array as the second parameter with many options. As I understand 'path' is one of the available options according to docs which set the path inside the s3 bucket.Issue :
But no matter what you set with the
option['path']
the uploads always end up in the root of the s3 bucket."version": "1.1.12"
The text was updated successfully, but these errors were encountered: