Skip to content

Commit

Permalink
restore presign
Browse files Browse the repository at this point in the history
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
  • Loading branch information
suyanhanx committed Apr 26, 2023
1 parent a20b1a7 commit 986e38d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/services/gcs/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
use std::collections::HashMap;
use std::fmt::Debug;
use std::fmt::Formatter;
use std::mem::transmute;
use std::sync::Arc;

use async_trait::async_trait;
Expand Down Expand Up @@ -52,7 +53,7 @@ const DEFAULT_GCS_SCOPE: &str = "https://www.googleapis.com/auth/devstorage.read
/// - [x] list
/// - [x] scan
/// - [x] copy
/// - [ ] presign
/// - [x] presign
/// - [ ] blocking
///
/// # Configuration
Expand Down Expand Up @@ -390,6 +391,7 @@ impl Accessor for GcsBackend {
list_with_start_after: true,
scan: true,
copy: true,
presign: true,

..Default::default()
});
Expand Down

0 comments on commit 986e38d

Please sign in to comment.