thisisnic opened a new issue, #36737:
URL: https://github.com/apache/arrow/issues/36737

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Upon running:
   ```
   library(arrow)
   arrow:::InitS3("debug") # this is from the branch on PR #35398 and allows S3 
logging level to be adjusted
   bucket <- s3_bucket("voltrondata-labs-datasets", anonymous = TRUE)
   dirs <- bucket$ls("nyc-taxi")
   ```
   I got this error:
   ```
   Error: IOError: When listing objects under key 'nyc-taxi' in bucket 
'voltrondata-labs-datasets': AWS Error UNKNOWN (HTTP status 301) during 
ListObjectsV2 operation: Unable to parse ExceptionName: PermanentRedirect 
Message: The bucket you are attempting to access must be addressed using the 
specified endpoint. Please send all future requests to this endpoint.
   /home/nic2/arrow/cpp/src/arrow/filesystem/s3fs.cc:1958  
TreeWalker::Walk(client_, io_context_, bucket, key, kListObjectsMaxKeys, 
handle_results, handle_error, handle_recursion)
   /home/nic2/arrow/cpp/src/arrow/filesystem/s3fs.cc:2326  impl_->Walk(select, 
base_path.bucket, base_path.key, &results)
   /home/nic2/arrow/cpp/src/arrow/filesystem/filesystem.cc:347  
base_fs_->GetFileInfo(selector)
   ```
   
   I'm not really sure what it means though.
   
   ### Component(s)
   
   C++


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to