cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

Could you please help if we can write data to subdirectory of bucket.

Example : We have original bucket name "Bucket" and inside this bucket we have created subfolder called as "xyz"

//Bucket/xyz

When I am trying to write data to //Bucket it is working fine but when trying to write file to //Bucket/xyz getting below error.

HTTP client error:<56>:<Failure when receiving data from the peer>.

Please help !!

Thanks

Ravi

0 Likes
View Entire Topic
Julian_Riegel
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi there,

Can you try using the path as:

s3://<bucketname>/<subfolder>

I remember we had some issues there in the past.

Regards,

Julian