You can use these query in athena for load the data using partition columns present in s3
ALTER TABLE orders ADD PARTITION (State = 'RJ', country = 'IN') LOCATION 's3://a...'