Skip to content

Commit cf9029f

Browse files
committed
fixes
1 parent c11133a commit cf9029f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/server/options.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ type RemoteStorageOptions struct {
9898
S3PathPrefix string
9999
S3ExternalIdentifier bool
100100
S3InstanceMetadataURL string
101-
FargateMetadataURL string
101+
FargateCredentialsURL string
102102
}
103103

104104
type ReplicationOptions struct {
@@ -601,8 +601,8 @@ func (opts *RemoteStorageOptions) WithS3InstanceMetadataURL(url string) *RemoteS
601601
}
602602

603603
func (opts *RemoteStorageOptions) WithFargateCredentialsURL(fargateCredentialsURL string) *RemoteStorageOptions {
604-
opts.FargateCredentialsURL = fargateCredentialsURL
605-
return opts
604+
opts.FargateCredentialsURL = fargateCredentialsURL
605+
return opts
606606
}
607607

608608
// ReplicationOptions

0 commit comments

Comments
 (0)