amoeba opened a new pull request, #34477: URL: https://github.com/apache/arrow/pull/34477
Closes https://github.com/apache/arrow/issues/34422 ### Rationale for this change Exposing options on GcsFilesystem objects is useful for testing but may also be useful to R arrow users who are using GCS (gs_bucket). The implementation here is one-way which might be a good point for in discussion in code review. ### Are these changes tested? I've added two tests which pass. ### Are there any user-facing changes? Yes, though I wasn't sure if it made sense to document it. With this change, a user can run the following to get the options: ```r > bucket <- gs_bucket("voltrondata-labs-datasets") > bucket$base_fs$options $anonymous [1] FALSE $scheme [1] "https" $retry_limit_seconds [1] 15 ``` -- 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]
