chore: remove unused field

This commit is contained in:
Steven
2024-05-02 22:21:49 +08:00
parent b23b6302de
commit e9831caca1
3 changed files with 36 additions and 41 deletions

View File

@@ -376,7 +376,6 @@ func SaveResourceBlob(ctx context.Context, s *store.Store, create *store.Resourc
create.Payload = &storepb.ResourcePayload{
Payload: &storepb.ResourcePayload_S3Object_{
S3Object: &storepb.ResourcePayload_S3Object{
Bucket: s3Config.Bucket,
Key: key,
LastPresignedTime: timestamppb.New(time.Now()),
},