Skip to content

Commit

Permalink
remove unnecessary codes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jy committed Dec 18, 2024
1 parent d300fab commit 597fefa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions s3_storage_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ var S3LoggingMode aws.ClientLogMode
func (util *snowflakeS3Client) createClient(info *execResponseStageInfo, useAccelerateEndpoint bool) (cloudClient, error) {
stageCredentials := info.Creds
s3Logger := logging.LoggerFunc(s3LoggingFunc)

// var endPoint *string
// if info.EndPoint != "" {
// tmp := "https://" + info.EndPoint
// endPoint = &tmp
// }
endPoint := getS3CustomEndpoint(info)

return s3.New(s3.Options{
Expand Down

0 comments on commit 597fefa

Please sign in to comment.