Skip to content

Commit

Permalink
Merge pull request #60 from alpire/master
Browse files Browse the repository at this point in the history
S3: Add GCS support
  • Loading branch information
jaemk committed Nov 23, 2020
2 parents 53d52d4 + 892159b commit 3f0b369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/s3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ impl UpdateBuilder {
self.end_point = end_point;
self
}

/// Set the bucket name, used to build a s3 api url
pub fn bucket_name(&mut self, name: &str) -> &mut Self {
self.bucket_name = Some(name.to_owned());
Expand Down

0 comments on commit 3f0b369

Please sign in to comment.