Skip to content

Commit

Permalink
Fix started, failed, succeeded bytes field values
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Singh <ssashish@amazon.com>
  • Loading branch information
ashking94 committed Sep 5, 2023
1 parent c4cd644 commit 4dc5b93
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,9 @@ static final class SubFields {
static final String SUCCEEDED = "succeeded";
static final String FAILED = "failed";

static final String STARTED_BYTES = "started";
static final String SUCCEEDED_BYTES = "succeeded";
static final String FAILED_BYTES = "failed";
static final String STARTED_BYTES = "started_bytes";
static final String SUCCEEDED_BYTES = "succeeded_bytes";
static final String FAILED_BYTES = "failed_bytes";

static final String DOWNLOAD = "download";
static final String UPLOAD = "upload";
Expand Down

0 comments on commit 4dc5b93

Please sign in to comment.